@charset "utf-8";
@charset "utf-8";
@font-face {      font-family: 'DIN Medium';      
src: url('DIN Medium.eot'); /* IE9 Compat Modes */      
src: url('DIN Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('DIN Medium.woff') format('woff'), /* Modern Browsers */              
url('DIN Medium.ttf')  format('truetype'), /* Safari, Android, iOS */              url('DIN Medium.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 0px solid #BEBCBC;
}


.navbar-inverse {
    background-color: #27397b;
    border-color: #5F5D5D;
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left:39px;
	padding-right:39px;
    line-height: 35px;
}

.nav {
    padding-left: 0px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
	background-color:#e6c582;
}
a {
    color: #333333;
    text-decoration: none;
}

a:hover { text-decoration:none; transition: all 300ms ease-in 0ms; color: #333333;}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
	font-size:16px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
	 .nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }


.menu ul.sub_menu{position:absolute; width:600px; display:none; z-index:999; margin-left:0px;}
.menu ul.sub_menu a{ color:#ffffff;}
.menu ul.sub_menu a:hover{ color:#ffffff; background:none;}
.bg{ background:url(../images/bg.png) repeat; height:40px; display:none; width:100%; z-index:99; position:absolute;}
.menu ul.sub_menu li {
    float:left;
	width:100px;
    line-height: 40px;
	list-style-type:none;
	background:none;
}
.menu ul.sub_menu li a{ 
    color:#ffffff;
	font-size:12px;
	}
	
.kq1 {-webkit-animation-delay: 0.2s;}
.kq2 {-webkit-animation-delay: 0.4s; -webkit-animation-duration: 0.4s;}
.kq3 {-webkit-animation-delay: 0.6s; -webkit-animation-duration: 0.6s;}
.kq4 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq5 {-webkit-animation-delay: 1s; -webkit-animation-duration: 1s;}
.kq6 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}


.kuanping {
   width:1330px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.banner img {
    width:100%;
}
   
.search1 {
   margin-top:40px;
   }
   
.search1 form {
    display: flex;
	width:282px;
	border:1px solid #d2d2d2;
	border-radius:20px;
	float:right;
}

.search1 .search {
    border: 0;
    height: 30px;
    font-size: 14px;
    padding-left: 10px;
	background: #FFFFFF;
    width: 80%;
	margin-left:2%;
	color:#acacac;
    border-radius: 10px 0 0 10px;
}   

.search1 .btn {
    height: 30px;
    margin: 0;
	padding:0px;
	line-height:30px;
    background: #FFFFFF;
    border-radius: 0 10px 10px 0;
    color: #aaaaaa;
    text-align: center;
    width: 16%;
	margin-right:2%;
} 

.jtkk {
   position:relative;
   width:140px;
   height:52px;
   margin-left:16%;
   float:left;
   margin-top:-52px;
   background:url(../images/jtbj.png) center;
   z-index:1;
   }

.banner .swiper-button-prev {
    position: absolute;
    top: 98%;
    width: 14px;
    height: 18px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 14px 18px;
    background-position: center;
    background-repeat: no-repeat;
	left:17.5%;
}

.banner .swiper-button-next {
    position: absolute;
    top: 98%;
    width: 14px;
    height: 18px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/you.png);
    background-size: 14px 18px;
    background-position: center;
    background-repeat: no-repeat;
	right:78%;
} 

.about {
   height:auto; overflow:hidden;
   padding-top:55px;
   }
   
.about h2 {
   font-family: 'DIN Medium', Helvetica, Arial, sans-serif;
   font-size:47px;
   margin-top:0px;
   margin-bottom:5px;
   text-align:center;
   color:#bebebe;
   }
   
.about h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:37px;
   font-weight:bold;
   margin-top:0px;
   margin-bottom:12px;
   text-align:center;
   color:#6a6a6a;
   }
   
.about h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   margin-top:0px;
   margin-bottom:60px;
   text-align:center;
   color:#4d4d4d;
   }
   
.abnn {
   margin-top:36px;
   line-height:23px;
   font-size:14px;
   color:#4d4d4d;
   }
   
.abmore {
   width:128px;
   height:40px;
   margin-top:20px;
   }
   
.abmore a {
   display:block;
   width:128px;
   height:40px;
   line-height:40px;
   font-family: 'DIN Medium', Helvetica, Arial, sans-serif;
   text-align:center;
   background-color:#e6c582;
   color:#FFFFFF;
   font-size:16px;
   }
   
.abmore a:hover {
   background-color:#000000;
   }
   
.cpkuai {
   height:auto; overflow:hidden;
   padding-top:85px;
   background:url(../images/cpbj.jpg) center bottom; background-repeat:no-repeat;
   background-size: 100% 100%;
   }
   
.cpkuai h2 {
   font-family: 'DIN Medium', Helvetica, Arial, sans-serif;
   font-size:47px;
   color:#bebebe;
   margin-top:0px;
   margin-bottom:8px;
   text-transform:uppercase;
   text-align:center;
   }
   
.cpkuai h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:37px;
   margin-top:0px;
   margin-bottom:12px;
   color:#6a6a6a;
   text-align:center;
   }
   
.cpkuai h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   margin-top:0px;
   margin-bottom:66px;
   color:#4d4d4d;
   text-align:center;
   }
   
.cplanmu {
   width:375px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.cprow {
   height:auto; overflow:hidden;
   margin-left:-15px;
   margin-right:-15px;
   padding:5px;
   }
   
.cprow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:15px;
   padding-right:15px;
   }
   
.cptt {   
   height:54px;
   }  
   
.cptt a {
   display:block;
   text-align:center;
   font-size:16px;
   height:54px;
   line-height:54px;
   color:#4d4d4d;
   background-color:#ffffff;
   box-shadow: 0px 0px 10px rgba(0,0,0,.1);
   }  

.cptt a:hover {
   background-color:#e6c582;
   color:#FFFFFF;
   }
   
.cpnn {
   height:auto; overflow:hidden;
   padding-top:66px;
   padding-bottom:66px;
   }
   
.cpnn li {
   list-style-type:none;
   width:300px;
   margin-right:30px;
   float:left;
   }

.cptu {
   height:auto; overflow:hidden;
   }
   
.cptu-zi {
   margin-top:3px;
   height:auto; overflow:hidden;
   line-height:80px;
   padding-left:14px;
   background:url(../images/jt1.png) right top; background-repeat:no-repeat;
   color:#4d4d4d;
   font-size:18px;
   }
   
.cptu:hover .cptu-zi {
   background:url(../images/jt1.png) right bottom; background-repeat:no-repeat;
   background-color:#e6c582;
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.cpmore {
   width:128px;
   height:40px;
   margin:70px auto 0px;
   }
   
.cpmore a {
   display:block;
   width:128px;
   height:40px;
   line-height:40px;
   text-align:center;
   background-color:#e6c582;
   color:#FFFFFF;
   font-size:16px;
   } 
   
.cpmore a:hover {
   background-color:#000000;
   }  
   
   
.news {
   height:auto; overflow:hidden;
   padding-top:66px;
   padding-bottom:66px;
   } 
   
.news h2 {
   font-family: 'DIN Medium', Helvetica, Arial, sans-serif;
   font-size:47px;
   color:#bebebe;
   margin-top:0px;
   margin-bottom:8px;
   text-transform:uppercase;
   text-align:center;
   } 
   
.news h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:37px;
   margin-top:0px;
   margin-bottom:12px;
   color:#6a6a6a;
   text-align:center;
   } 
   
.news h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   margin-top:0px;
   margin-bottom:69px;
   color:#6a6a6a;
   text-align:center;
   }
   
.nkk {
   height:auto; overflow:hidden;
   }
   
.naa {
   width:43%;
   float:left;
   } 
   
.nbb {
   width:55%;
   float:right;
   } 
   
.xwzi {
   position:relative;
   margin-top:-88px;
   height:auto; overflow:hidden;
   padding-left:16px;
   padding-right:16px;
   line-height:88px;
   color:#FFFFFF;
   font-size:16px;
   z-index:9;
   } 
   
.xwzi-aa {
   width:80%;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   }  
   
.xwzi-bb {
   width:20%;
   float:right;
   text-align:right;
   font-family: 'DIN Medium', Helvetica, Arial, sans-serif;
   }  
   
.xwhang1 {
   height:auto; overflow:hidden;
   padding-bottom:40px;
   border-bottom:1px solid #d9d9d9;
   }
   
.xwleft {
   width:33%;
   float:left;
   }
   
.xwright {
   width:65%;
   float:right;
   height:auto; overflow:hidden;
   line-height:23px;
   color:#a8a8a8;
   }
   
.xwright h5 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#3e3e3e;
   margin-top:18px;
   margin-bottom:20px;
   }
   
.xwtime {
   margin-top:15px;
   font-size:16px;
   font-family: 'DIN Medium', Helvetica, Arial, sans-serif;
   }
   
.xwhang2 {
   height:auto; overflow:hidden;
   padding-top:40px;
   }
   
.bottom {
   height:auto; overflow:hidden;
   background-color:#424958;
   color:#e2e2e2;
   padding-top:50px;
   line-height:23px;
   }
   
.bottom a {
   color:#FFFFFF;
   }
   
.bmhh {
   height:auto; overflow:hidden;
   }
   
.bmhh li {
   list-style-type:none;
   width:130px;
   height:auto; overflow:hidden;
   font-size:16px;
   line-height:33px;
   float:left;
   }
   
.lxnn {
   height:auto; overflow:hidden;
   margin-top:60px;
   }
   
.lxnn h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:22px;
   color:#FFFFFF;
   }
   
.biao {
   height:auto; overflow:hidden;
   margin-bottom:18px;
   }
   
.biao-aa {
   width:30%;
   float:left;
   margin-right:1%;
   }
   
.biao-bb {
   width:38%;
   float:right;
   }
   
.kk {
   height:50px;
   background-color:#a69572;
   border:1px solid #a69572;
   color:#FFFFFF;
   border-radius:0;
   }
   
.anniu {
   background-color:#a69572;
   border:1px solid #a69572;
   width:100%;
   height:50px;
   color:#FFFFFF;
   border-radius:0;
   }
   
.biao .form-control:-moz-placeholder {
  color: #e9e9e9;
}

.biao .form-control::-moz-placeholder {
  color: #e9e9e9;
  opacity: 1;
}

.biao .form-control:-ms-input-placeholder {
  color: #e9e9e9;
}

.biao .form-control::-webkit-input-placeholder {
  color: #e9e9e9;
}
   
.footer {
   margin-top:18px;
   height:auto; overflow:hidden;
   line-height:70px;
   color:#ebebeb;
   border-top:1px solid #5d636f;
   } 
   
.juyou {
   text-align:right;
   }
   
/* 单页 */
.neirong {
    height: auto;
    overflow: hidden;
	margin-top:20px; margin-bottom:20px;
}

.lielanx {
    background-color:#27397b;
    height: 80px;
    padding-left: 15px;
    padding-top: 20px;
	border-radius: 8px 8px 0 0;
}

.lielanx h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 5px;
}
   
.lie-hhx {
   height:50px;
   border-bottom:1px solid #ebebeb;
   }
   
.lie-hhx a {
   display:block;
   width:100%;
   height:50px;
   line-height:50px;
   background-color:#f7f7f7;
   border-bottom:1px solid #ebebeb;
   font-size:14px;
   color:#717071;
   }
   
.lie-hhx a:hover {
   background-color:#000000;
   color:#ffffff;
   }
   
.lie-hhx.hover a {
   background-color:#000000;
   color:#ffffff;
   }
   
.lie-aa {
   width:70%;
   padding-left:25px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   }
   
.lie-bb {
   width:25%;
   height:50px;
   float:right;
   text-align:right;
   padding-right:25px;
   }
   
   
   
.rrnei {
   width:100%;
   background-color:#FFFFFF;
   border:1px solid #ecebeb;
   height:auto; overflow:hidden;
   border-radius: 8px 8px 0 0;
   }
   
.rrnei-lan {
   height:50px;
   line-height:50px;
   color:#3e3a39;
   }
   
.rrnei-lan-a {
   width:40%;
   float:left;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
         height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin-left:25px;
   color:#595757;
   font-size:20px;
   font-weight:bold;
   }
   
.rrnei-lan a {
   color:#717071;
   }
   
.rrnei-lan-b {
   width:40%;
   float:right;
   margin-right:25px;
   text-align:right;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   }
   
.rrnei-nei {
   background:url(../images/neibj.jpg) top left; background-repeat:no-repeat;
   height:auto; overflow:hidden;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   padding:30px;
   }
   
.rrnei-nei h5 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
} 
   
.lxnei {
   padding:20px;
   background-color:#ffffff;
   border:1px solid #eeeeee;
   }
   
.lxlan {
	background-color:#005ea4;
    height: 80px;
    padding-left: 15px;
    padding-top: 20px;
	border-radius: 8px 8px 0 0;
	margin-top:20px;
}

.lxlan h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 5px;
}

/* 单页 */

.huiyy {
   background-color:#f7f7f7;
   }
   
.neidh {
   width:100%;
   height:auto; overflow:hidden;
   background-color:#27397b;
   }
   
.neidh-tt {
   width:1300px;
   height:45px;
   line-height:45px;
   margin:0 auto;
   }
   
.neidh-tt li {
   width:130px;
   list-style-type:none;
   float:left;
   }
   
.neidh-tt li a {
   display:block;
   width:130px;
   height:45px;
   line-height:45px;
   text-align:center;
   background:url(../images/youhua.png) right; background-repeat:no-repeat;
   color:#FFFFFF;
   }
   
.neidh-tt li a:hover {
   background-color:#FFFFFF;
   border-top:2px solid #27397b;
   color:#333333;
}

.neidh-tt li.hover a {
   background-color:#FFFFFF;
   border-top:2px solid #27397b;
   color:#333333;
}

.dangqian {
   width:100%;
   height:60px;
   background-color:#FFFFFF;
   border-bottom:1px solid #e8e9e9;
   }
   
.dqt {
   line-height:60px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin:0 auto;
   }
   
.dqt-bb {
   color:#000000;
   }
   
.neibu {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   height:auto; overflow:hidden;
   background-color:#ffffff;
   border:1px solid #d7d7d7;
   padding:40px;
   margin:30px auto 85px;
   }
   
.neibu h2 {
   font-size:27px;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   color:#595757;
   font-weight:bold;
   margin-top:0px;
   margin-bottom:40px;
   }
   
.neibu h5 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
}
   
.neibu img {
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


/* 产品中心 */

.cpkk-right-lan {
    height:auto; overflow:hidden;
    line-height: 50px;
    border-bottom: 1px solid #dcdddd;
    color: #898989;
}

.cpkkr-nei {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
}

.cpkkr-zuo {
    font-size: 16px;
}

.cpkkr-you {
    text-align: right;
    font-size: 14px;
}

.cptux {
   border:6px solid #efefef;
   background-color:#efefef;
   height:auto; overflow:hidden;
   margin-bottom:30px;
   }
   
.cptux:hover {
   border:6px solid #27397b;
   background-color:#27397b;
   box-shadow:0px 0px 15px rgba(0,0,0,.5);
   transition: all 500ms ease-in 0ms;
   }
.cptux a {
   color:#333333;
   }
   
.cptux a:hover {
   color:#ffffff;
   }
   
.cptux p {
   margin-top:15px;
   margin-bottom:7px;
   text-align:center;
   }    
   
.cpyymore {
    width: 165px;
    height: 35px;
    margin: 15px auto 0px;
}

.cpyymore a {
    display: block;
    width: 165px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #27397b;
    border-radius: 20px;
} 

/* 产品详情 */
.pro-img{
	margin-bottom:40px;
}
.pro-img .xiaotu{
	margin-top:10px;
	margin-right:-10px;
}
.pro-img #Gbig{
	width:100%;
	max-height:470px;
}
.pro-img .xiaotu li{
	float:left;
	width:91px;
	margin:0px 10px 0 0;
	border:1px #ddd solid;
	display:block;
	height:auto; overflow:hidden;
	overflow:hidden;
}
.pro-img .xiaotu li.hover{
	border:1px #0e66a6 solid;
}
.pro-img .colmd5{
	width:46%;
	float:left;
}
.pro-img .colmd7{
	width:54%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
	font-size:22px;
	font-weight:bold;
	padding:0px 0px 15px;
	border-bottom:1px #734702 solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
	margin:20px 0 0 0;
	padding:0;
	display:block;
	color:rgba(62,70,77,.8);
	font-size:12px;
	line-height:22px;
	width:100%;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:20px;
}
.jqzzoom{position:relative;}
.jqzoom{position:relative;overflow:hidden;border:0px #ddd solid; height:auto; overflow:hidden;}
.zoomdiv{float:left;top:0 !important;left:101% !important;border:3px solid #e4e4e4;display:none;text-align:center;overflow: hidden;position:absolute;z-index:999;background-color:#fff;}
.bigimg{width:800px;height:800px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:80px !important;height:80px !important;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}	


/* 新闻中心 */
   
.newhh {
   height:auto; overflow:hidden;
   }
   
.newhh li {
   width:100%;
   list-style-type:none;
   padding:14px;
   height:auto; overflow:hidden;
   background:url(../images/nn1.jpg);
   border:1px solid #eaeaea;
   margin-bottom:15px;
   }
   
.newhh li:hover {
   background:url(../images/nn2.jpg);
   border:1px solid #dcdddd;
   box-shadow:0px 0px 15px rgba(0,0,0,.2);
   }   
   
.xw-tu {
   width:242px;
   height:auto; overflow:hidden;
   float:left;
   }
   
.xw-zi {
   width:500px;
   height:auto; overflow:hidden;
   float:left;
   margin-left:50px;
   }
   
.xw-zi h2 {
   color:#595757;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:22px;
   margin-bottom:15px;
   }
   
.xw-tt {
   width:140px;
   height:auto; overflow:hidden;
   padding-right:50px;
   padding-top:30px;
   text-align:right;
   float:right;
   }
   
.xwda {
   font-size:18px;
   }
   
   
/* 新闻内 */
.inewsct {

}

.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 10px;
}

.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}

strong {
    font-weight: 700;
}

.inewsct .inews-ct {
    padding: 20px 0px 0px;
    color: rgba(0,0,0,.7);
    line-height: 28px;
}
	


/* 弹窗 */

.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 500px; }

.pictures_eyes_in section p{color:#fff;padding:15px 0px;}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* 分页 */ 
.page {
    margin: 20px auto;
}

.page-m {
    position: relative;
    top: -1px;
    +display: inline !important;
}

.page a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.page-m a {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
	border:1px solid #eeeeee;

}

.page-m a:hover {
    color: #fff;
    background: #27397b;
	border:1px solid #27397b;
}

.xianshi {
    color: #fff;
    background: #27397b;
	border:1px solid #27397b;
}

.page-m a.active {
    color: #fff;
    background: #27397b;
	border:1px solid #27397b;
}


.icase ul {
   margin:0px;
   padding:0px;
   }
   
.icase ul li {
   list-style-type:none;
   }

/* 招聘 */

.zplieb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.zplieb span{
	display:block;
	font-weight:bold;
	text-align:center;
	font-size:1.5rem;
	line-height:30px;
	padding:15px 0px;
	overflow:hidden;
}
.zplieb span:nth-of-type(1){
	width:10%;
}
.zplieb span:nth-of-type(2){
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	width:45%;
}
.zplieb span:nth-of-type(3){
	width:15%;
}
.zplieb span:nth-of-type(4){
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	width:15%;
}
.zplieb span:nth-of-type(5){
	width:15%;
}
.zplieb span:nth-of-type(2):after{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(2):before{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(4):after{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(4):before{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}

.zplb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.1) solid;
	transition:.5s;
	cursor:pointer;
}
.bse{
	background:#fff;
}
.jobct-ct section:hover .zplb{
	background:#fff;
}
.zplb span{
	display:block;
	text-align:center;
	font-size:1.5rem;
	line-height:30px;
	padding:15px 0px;
	overflow:hidden;
}
.zplb span font:after{
	content:"+";
	font-size:2.4rem;
	color:#7eb112;
}
.bse span font:after{



	content:"-";
	font-size:2.4rem;
	color:#7eb112;
}
.zplb span:nth-of-type(1){
	width:10%;
}
.zplb span:nth-of-type(2){
	width:45%;
}
.zplb span:nth-of-type(3){
	width:15%;
}
.zplb span:nth-of-type(4){
	width:15%;
}
.zplb span:nth-of-type(5){
	width:15%;
}
.zkzpxq{
	display:none;
	background:#f9f9f9;
	padding-bottom:30px;
}
.zpxq{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	background:#f9f9f9;
}
.zpxq .yaoqiu{
	width:45%;
	margin-right:2%;
}
.zpxq .zhize{
	width:45%;
}
.zpxq>div{
	padding:20px 0px;
	color:rgba(0,0,0,.7);
}
.zpxq>div>big{
	display:block;
	font-weight:bold;
	font-size:1.6rem;
	line-height:30px;
	padding-bottom:5px;
}
.zpxq>div>span{
	display:block;
	line-height:24px;
	font-size:1.4rem;
}
.zkzpxq>a{
	background:#7eb112;
	color:#fff;
	line-height:38px;
	width:120px;
	text-align:center;
	font-size:1.4rem;
	margin:0px 0px 0px 4%;
	display:block;
}
.zkzpxq>a:hover{
	color:#fff;
}   


.lxkk {
    height: auto;
    overflow: hidden;
	padding-top:50px;
	padding-bottom:50px;
}  

.ditux {
    border: 5px solid #FFFFFF;
    height: auto; overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}

.lxhh {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
	font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #f0f0f0;
}

.lxhh-aa {
    width: 10%;
    float: left;
}

.lxhh-bb {
    width: 89%;
    float: right;
    color: #666666;
    font-size: 16px;
}

.lxhh-bb h4 {
    font-family: 'DIN Medium', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #333333;
	font-weight:bold;
}

.lxhh-bb h5 {
    font-family: 'DIN Medium', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 8px;
    color: #333333;
	font-weight:bold;
}

.lghh {
   padding-top:25px;
   padding-bottom:15px;
   background-color:rgba(0,0,0,0);
   }
   
.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 8;
}

.cptu img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.cptu:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cptu section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 

.naa img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.naa:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.naa section {
   overflow: hidden;
   }
   
.xwleft img {
   width:100%;
   }
   
.cphh ul {
    overflow: hidden;
} 

.cphh li ul{
    display: none;
}

.cphh li a{
    margin-bottom: 1px;
}

.cphh li {
   list-style-type:none;
}
   

.cphh li a {
    line-height: 50px;
    display: block;
    padding-left: 20px;
    background: #f8f7f7;
    color: #333333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
} 

.cphh li.hover a {
    background: #000000;
    color: #ffffff;
}

.cphh li a:hover{
    background: #000000;
    color: #ffffff;
}

.cphh li li a {
    line-height: 30px;
    background: #ddd;
    padding-left: 32px;
}	
   
@media (min-width: 1400px) and (max-width: 1600px) {

.jtkk {
    position: relative;
    width: 120px;
    height: 52px;
    margin-left: 16%;
    float: left;
    margin-top: -52px;
    z-index: 1;
}

}    
   
@media (min-width: 1200px) and (max-width: 1400px) {

.jtkk {
    position: relative;
    width: 100px;
    height: 52px;
    margin-left: 16%;
    float: left;
    margin-top: -52px;
    z-index: 1;
}

}   
   
@media (min-width: 0px) and (max-width: 768px) {

.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
   
.naa {
   width:100%;
   }    
.nbb {
   width:100%;
   }
   
.search1 {
   margin-top:20px;
   margin-bottom:20px;
   height:auto; overflow:hidden;
   }
   
.cplanmu {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.cprow {
    height: auto;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    padding: 5px;
}

.cprow li {
    list-style-type: none;
    width: 33.3%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
	margin-bottom:15px;
}

.cptt a {
    text-align: center;
    font-size: 14px;
}

.cpkuai h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.xwzi {
    position: relative;
    margin-top: -60px;
    height: auto;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 60px;
	font-size:14px;
}

.xwhang1 {
    height: auto;
    overflow: hidden;
	padding-top:20px;
    padding-bottom: 20px;
}

.xwhang2 {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}

.xwleft {
    width: 100%;
    float: left;
}

.xwright {
    width: 100%;
    float: right;
}

.bmhh li {
    list-style-type: none;
    width: 33.3%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 33px;
    float: left;
}

.biao-aa {
    width: 100%;
    float: left;
    margin-right: 0%;
	margin-bottom:5px;
}

.biao-bb {
    width: 100%;
    float: right;
	margin-bottom:5px;
}

.footer {
    margin-top: 18px;
    height: auto;
    overflow: hidden;
    line-height: 40px;
}

.neidh-tt {
   width:100%;
   }
   
.lxhh {
    height: auto;
    overflow: hidden;
	margin-top:20px;
}

.xw-tu {
    width: 100%;
}

.xw-zi {
    width: 100%;
    margin-left: 0px;
}

}


